@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}
@font-face {
  font-family: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.poppins{
  font-family: poppins;
}
body {
  width: 100%;
  font-size: 0.28rem;
}
.pc {
  display: none !important;
}
.container { width: 92%; margin: auto;}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo{float: left;}
.phone-nav .logo img {
  height: 35px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  text-indent: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  text-indent: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  margin-right: 24px;
}

#sidenav{width:100%;padding: 10px 0px;}
#sidenav .container{border-bottom:1px solid #e2e2e2;overflow: hidden;}
#sidenav .crumb{float:left;width:33%;line-height:40px;font-size:22px; color:#157dc7;font-weight: bold;}
#sidenav ul{float:right;display: none;}
#sidenav ul li{float:left;overflow:hidden;margin-right:10px;}
#sidenav ul li a{color:#666;background:#f5f5f5;overflow:hidden;height:40px;line-height:40px;padding:8px 15px;text-align:center;width:100%;height:100%;}
#sidenav ul li a:hover{color:#fff;background:#157dc7;width:100%;}
#sidenav ul li.cur a{color:#fff;background:#157dc7;width:100%;}

/* 主体 */
.tit{width:100%;text-align:center;margin-bottom:15px;}
.tit p{font-size:28px;font-weight:bold;color:#157dc7;margin-bottom:6px;}
.tit span{color:#999;font-size:16px;font-weight:lighter;text-transform:uppercase;}


.header-auto{height: 50px;width: 100%;}
.orientation {
  margin-top: 30px;
  line-height: 30px;
}

/* 首页banner */
.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.inset {width: 100%;overflow: hidden;min-height: 400px;}
.inset_right{width: 100%;background: #ffffff;border-radius: 20px;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;border-radius: 20px;overflow: hidden;}
.inset-cate { margin-bottom: 15px;  font-size: 24px;  padding:10px 0;  color: #1a1a1a;  font-weight: bold;  border-bottom: 1px solid #eee5e6;}
.inset_right .container{width: 100%;}
.inset_right1 .container{width: 100%;}




#indexproduct{width:100%;overflow:hidden;padding: 20px 0px;}
.product{width:100%;height:100%;margin:auto;overflow:hidden;}
.product .tab{width:100%;overflow:hidden;}
.product .tab ul{width: 100%;overflow: hidden;display: flex;justify-content: center;}
.product .tab ul li{float:left;height:46px;text-align:center;line-height:46px;margin: 0px 6px;}
.product .tab ul li a{width:100%;height:100%;display:block;background:#f5f5f5;font-size: 13px;padding: 0px 2px;}
.product .cpzs{width:100%;margin-top:50px;}
.product .cpzs ul{display:none;}
.product .cpzs ul:first-child{display:block;}
.product .cpzs ul li{width:24%;margin-right:1.25%;height:356px;float:left;}
.product .cpzs ul li:nth-child(4n){margin-right:0px;}
.product .cpzs ul li .pic{width:100%;height:288px;border:1px solid #eeeeee;display:block;overflow:hidden;text-align:center;background:#fff;position:relative;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}

.product .cpzs ul li .pic img{max-width:100%;max-height:100%;margin:auto;transition:0.6s;}
.product .cpzs ul li .tt{text-align:center;line-height:66px;color:#333;}
.product .cpzs ul li:hover .pic img{
	
	transform:scale(1.1,1.1);
-ms-transform:scale(1.1,1.1); 	
-moz-transform:scale(1.1,1.1); 	
-webkit-transform:scale(1.1,1.1); 
-o-transform:scale(1.1,1.1);
}
.product .cpzs ul li:hover .tt a{color:rgb(21, 125, 199);}



#indexabout{width:100%;height:612px;background:url(../images/bg.jpg) no-repeat center;overflow: hidden;}
.about{margin:auto;background:#ffffff;margin-top:35px;overflow: hidden;box-shadow: 0px 2px 0px 2px #f8f8f8;padding: 20px 0px;}

.about .con{margin-top:20px;width:90%;margin: auto;}
.about .con .left{width:100%;}
.about .con .left img{max-width: 100%;}
.about .con .right{width:100%;}
.about .con .right .tt{width:100%;margin-top:10px;font-size:24px;font-weight:bold;color:#157dc7;overflow:hidden;}
.about .con .right .line{width:51px;height:1px; background:#d1d1d1;margin-top:15px;margin-bottom:16px;}
.about .con .right .details{line-height:24px;}
.about .con .right	.more{width:148px;height:43px;margin-top:20px;background:#333;color:#fff;line-height:43px;text-align:center;transition:0.3s;margin-top: 25px;}
.about .con .right	.more:hover{border-radius:21px;}

.case{margin-top:80px;overflow: hidden;}
.case .con{}
.case .con ul li{border:1px solid #eeeeee;height:102px;}
.case .con ul li img{max-height:102px;}




.pagecol{display: flex;}
.pagecol .contact{padding-bottom: 20px;}
.pagecol .lxfs{width: 100%;margin-top: 18px;}
.pagecol .tel{background: #ffffff;line-height:20px;padding:20px 0px;text-align: center;width: calc(100% - 20px);margin: auto; display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.pagecol .title{font-size: 16px;margin-right: 10px;color: #333333;}
.pagecol .con{font-size: 14px;color: #333333;}
.pagecol .add{background: #ffffff;line-height:20px;padding: 20px 0px;text-align: center;width: calc(100% - 20px);margin: auto;margin-top: 18px;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.pagecol .qrcode{display: flex;width: calc(100% - 20px);margin: auto;background: #ffffff;margin-top: 18px;box-shadow: 0px 0px 10px 5px #ebeaea;padding: 50px 0px ;border-radius: 20px;}
.pagecol .qrcode ul{display: flex;align-items: center;justify-content: center;width: 100%;}
.pagecol .qrcode ul li{margin: 0px 10px;}
.pagecol .qrcode ul li .image{font-size: 0;line-height: 0;}
.pagecol .qrcode ul li img{border-radius: 15px;max-width: 90px;}
.pagecol .qrcode ul li p{text-align: center;margin-top: 15px;}



.article{display: flex; }
.article .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;}
.article .details li a {  display: flex;justify-content: space-between; align-items: center;  font-size: 16px;  overflow: hidden;}
.article .details li a .image{flex:0 0 110px; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.article .details li a .image img{width:110px;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.article .details li a .detail{width: calc(100% - 125px);}
.article .details li a .title {width: 100%; font-size: 16px;color: #000000;line-height: 22px;}
.article .details li a .des{line-height: 2;color:#999999;font-size: 14px;display: none;}
.article .details li a .date { font-size: 13px;color: #999999;line-height: 2;color: #2458a4;}

.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;}
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: 100%; font-size:16px;color: #000000;line-height: 35px;}
.xwlb .details li a .date { font-size: 14px;color: #999999;line-height: 2;width:100px ;}
.xwlb .details li a:hover .title {  color: #2458a4;}


.articleshow{}
.articleshow .title{font-size:18px;line-height:25px;margin-bottom:25px ;color: #000;;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 14px; color:#999;margin-bottom: 30px;padding-bottom: 20px; border-bottom:1px solid #dedede;}
.articleshow .date p{float: left;margin-right: 14px;}

.contact_li{width: 100%;overflow: hidden;}
.contact_li li{width:100%;overflow: hidden; display: flex;align-items: center;padding-bottom:15px;margin-bottom:15px ; border-bottom: 1px solid #e9e9e9;}
.contact_li li .pic{margin-right: 15px;}
.contact_li li .pic img{width: 30px;}
.contact_li li .tt{font-size: 18px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 14px;line-height: 1;}
#allmap{width: 100%;height: 360px;}




/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}




.productshow{}
.content-part-one{overflow: hidden;margin: auto;}
.content-part-one .fl{width: 100%;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{margin-bottom: 20px;}
.content-part-one .fl img{max-width: 100%;}
.content-part-one .fl .images{display: none;}
.content-part-one .fl .images .img{width: calc(32% - 2px);margin-right: 2%;border: 1px solid #dcdcdc;}
.content-part-one .fl .images img{max-width: 100%;}
.imgdet{
  position: relative;
  width: 100%;
  
}
.imgdet .imglist{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 84px;
  /* height: 460px; */
  height: 100%;
  overflow: hidden;
}
.imgdet .imglist ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imgdet .imglist ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
  margin-bottom: 0;
}
.imgdet .imglist ul .active{
  border: 2px solid #f00;
}
.imgdet .imglist ul li img{
  width: 100%;
  height: 100%;
}
.imgdet .imgpart{
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: calc(100% - 2px);
  border: 1px solid #dcdcdc;
}
.imgdet .imgpart .pic{
  position: relative;
  width: 100%;
  height: 100%;
}
.imgdet .imgpart .pic .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  cursor: move;
  background-color: rgba(179,179,179, 0.3);
  opacity: .3;
  filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
  width: 100%;
  height: 100%;
}

.imgdet .imgpart .bigpic{
  display: none;
  position: absolute;
  top: -1px;
  right: -504px;
  width: 500px;
  height: 500px;
  z-index: 333;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  background: #fff;
}
.imgdet .imgpart .bigpic>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 920px;
}


.content-part-one .fr{width: 100%;float: right;}
.content-part-one .fr .title{color:#27355c;font-size: 18px;line-height:1.5;margin: 10px auto;}
.content-part-one .fr .summary{font-size: 15px;color: #7e88a4;line-height: 1.8;margin-bottom: 10px;}
.content-part-one .fr .summary *{font-size: 15px;color: #7e88a4;}
.content-part-one .fr .endes{margin-bottom: 40px;font-size: 18px;}
.content-part-one .fr td{padding: 5px 0px;}
.content-part-one .fr td div{display: flex;align-items: center;justify-content: center;}
.content-part-one .fr .orient .previous{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);margin-bottom: 5px; display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .previous *{color: #ffffff;font-size: 15px;}
.content-part-one .fr .orient .next{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .next *{color: #ffffff;font-size: 15px;}
.content-part-two{width: 100%;overflow: hidden;}
.part-two-tt{width: 100%; background: #f8f8f8;overflow: hidden;margin-top: 20px;}
.part-two-tt  ul{display: flex;justify-content: space-between;width: calc(100% - 10px);margin: auto;}
.part-two-tt  ul li{line-height: 50px;position: relative ;float: left;font-size: 18px;color: #999999;}
.part-two-tt  ul li::after{content:"";width: 100%;height:3px;background: #d9d9d9; position: absolute;left: 0;bottom: 0;}
.part-two-tt  ul li.cur{color:#27355c;}
.part-two-tt  ul li.cur::after{background: #27355c;}
.part-two-con{width: 100%;;margin: auto;}
.part-two-con ul li{display: none;}
.part-two-con ul li .infocontent{margin: 20px auto;font-size: 15px;line-height: 2;}
.part-two-con ul li .infocontent td{padding: 0px 10px;}
.part-two-con ul li:first-child{display: block;}
.content-part-three{width: 100%;overflow: hidden;}
.part-three-tt{width: 100%; overflow: hidden;font-size: 18px;color:#27355c;}
.content-part-three .con ul{}
.content-part-three .con ul li{float: left;width: 48%;}
.content-part-three .con ul li:nth-child(2n){float: right;}
.content-part-three .con ul li img{width: 100%;}
.content-part-three .con ul li .title{text-align: center;line-height: 25px;height: 50px; font-size: 14px;color:#27355c;}




.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image{ overflow: hidden;min-height: 120px; max-height: 300px;display: flex;align-items: center;justify-content: center;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li .imagea{ height: 150px;}
.picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;}

.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture1 .detail li:nth-child(4n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;min-height: 120px; max-height: 300px;display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;}
.picture1 .detail li .imagea{ height: 150px;}
.picture1 .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;}

/* 底部 */
#footer{background: #2c2f33;padding: 20px 0px 0px;overflow: hidden;}
.footer_top{display: flex;justify-content: space-between;padding: 20px;border-bottom: 1px solid #777;}
.footer_top *{color:#ffffff;}
.footer_left{margin-right: 15px;}
.footer_left .tt{margin-bottom: 10px;}
.footer_left_ul{line-height: 25px;}
.footer_right p{margin-bottom: 10px;}
.footer_bottom{
  background-color: #fff;
  padding: 10px 0;
  overflow: hidden;
  line-height: 25px;
}


.bg-gray {
  /* background: #f8f8f8; */
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 3px;
}
.mypage li.active {
  background: #27355c;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}